Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowHeaderColumn Class / GetCellDisplayValue<T>(GridCellType,GridRow) Method
The type of cell.
The row that determines the cell.

In This Topic
    GetCellDisplayValue<T>(GridCellType,GridRow) Method
    In This Topic
    Gets the value to display corresponding to the cell in the intersection of the specified row and this column.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellDisplayValue(Of T)( _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow _
    ) As T
    public virtual T GetCellDisplayValue<T>( 
       GridCellType cellType,
       GridRow row
    )

    Parameters

    cellType
    The type of cell.
    row
    The row that determines the cell.

    Type Parameters

    T
    See Also